.tab-container {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px;
}

.tab-container .main-title { width: 100%; float: left; text-align: center; position: relative; background:none;    padding-top: 0px;text-transform:uppercase;margin-bottom: 39px; }
.tab-container .main-title:after,.tab-container .main-title:before{z-index:1;}
.tab-container .main-title span{z-index:5;}
/*.subheading {
    color: #081577 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
*/
.probutton {
    background: #081577;
    color: #FFF;
    display: block;
    padding: 10px;
    width: 120px;
    text-align: center;
}

.probutton:hover {
    color: #FFF;
    background: #EC1D27;
}



#verticalTab strong {
    font-weight: bold;
}

.photo-style {
    float: right;
    margin: 0 0 15px 15px;
}


/***********************/

.tab-head{ font-family: 'PoppinsBold';
    font-size: 18px !important;
    border-bottom: 1px solid #424242;
    color: #fff !important;
    padding-bottom: 10px;text-transform: uppercase; }
	.tab-subhead{     font-family: 'PoppinsBold';
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 10px;}
	
ul.resp-tabs-list,
p {
    margin: 0px 0 20px 0;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    /*padding: 15px 20px 20px 20px;*/
}

.resp-tab-active {
    background: #d9000a !important
    border-bottom: none;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    
    float: left;
}

h2.resp-accordion {
    font-size: 13px;
    /* border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;*/
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    /*border-bottom: 0px solid #c1c1c1 !important;*/
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    /* border-bottom: 12px solid #c1c1c1 !important;*/
    background: blue;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%;
    color: #ffffff;text-align:center;
}

.resp-vtabs .resp-tabs-list li {
    display:inline-block;
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
    float: none;
    background:#262324;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    text-align: center;
    line-height: 3px;
    font-size: 18px;
    padding: 20px 31px;webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;
}

.resp-vtabs .resp-tabs-list li:hover {     background-color: #d9000a;}
.resp-vtabs .resp-tabs-container {
    padding: 20px 0 0 0;
    /*border: 1px solid #c1c1c1;*/
    float: left;
    width: 100%;
    min-height: 250px;
    /*border-radius: 4px;*/
    clear: none;
}

.resp-vtabs .resp-tab-content {
   
    width: 100%;
}

.resp-vtabs li.resp-tab-active {
    /* border: 1px solid #c1c1c1; */    
    background-color: #d9000a;
    position: relative;
    z-index: 1;
    /*margin-right: 0px !important;
    padding: 8px 15px !important;
    color: #000000;*/
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ffffff;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #e8b902 !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
